From 8cb1fdbdbba97a756e0f81c6b7ac27b05876af1b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 11 Jun 2011 20:30:43 +0200 Subject: [PATCH] * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter' to ignored backtrace functions. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 358ad0a306e..28f99efe2f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-06-11 Michael Albinus + + * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter' + to ignored backtrace functions. + 2011-06-11 Glenn Morris * calendar/appt.el (appt-disp-window-function): Doc fix. diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 8f1095a0486..9aff06031fc 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -1316,7 +1316,8 @@ ARGS to actually emit the message (if applicable)." "tramp-debug-message" "tramp-error" "tramp-error-with-buffer" - "tramp-message") + "tramp-message" + "tramp-with-progress-reporter") t) "$") fn))) -- 2.30.2